From: Kevin Ryde Date: Wed, 25 Nov 2009 22:52:02 +0000 (+0000) Subject: (man): completion-ignore-case t for friendliness and since man X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9252 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3895cfb4445d690e29af7c0cf8a1afccb4a6c1be;p=emacs.git (man): completion-ignore-case t for friendliness and since man itself is case-insensitive on the command line. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7a1d93c286..add90d7c32f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,8 +3,10 @@ * man.el (Man-completion-table): default-directory "/" in case doesn't otherwise exist. process-environment COLUMNS=999 so as not to truncate long names. process-connection-type pipe to avoid - any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to - Bug#3717.) + any chance of hitting the pseudo-tty TIOCGWINSZ. + (man): completion-ignore-case t for friendliness and since man + itself is case-insensitive on the command line. + Further to Bug#3717. 2009-11-25 Juri Linkov